func crypto/internal/fips140/rsa.isPrime

2 uses

	crypto/internal/fips140/rsa (current package)
		keygen.go#L204: 		if isPrime(b) {
		keygen.go#L217: func isPrime(w []byte) bool {